From: Jan Djärv Date: Mon, 8 Jan 2007 17:58:28 +0000 (+0000) Subject: (init_keyboard): Initialize interrupt_input_blocked and X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~2939 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=9c231f51f10e26272a2682b4befea0501f9f4f79;p=emacs.git (init_keyboard): Initialize interrupt_input_blocked and interrupt_input_pending. --- diff --git a/src/keyboard.c b/src/keyboard.c index 5e2a8171ff3..f8f751161c4 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -11020,6 +11020,8 @@ init_keyboard () do_mouse_tracking = Qnil; #endif input_pending = 0; + interrupt_input_blocked = 0; + interrupt_input_pending = 0; /* This means that command_loop_1 won't try to select anything the first time through. */